Int64NINumericInt64NLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.LogicalAnd(
Int64N value
)
Private Function LogicalAnd (
value As Int64N
) As Int64N Implements INumeric(Of Int64N).LogicalAnd
private:
virtual Int64N LogicalAnd(
Int64N value
) sealed = INumeric<Int64N>::LogicalAnd
private abstract LogicalAnd :
value : Int64N -> Int64N
private override LogicalAnd :
value : Int64N -> Int64N
- value Int64N
- The value with which to compute the logical bitwise AND.
Int64NThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)